home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
public
/
bit
/
src
/
bitmaps
/
sdisk.cur
< prev
next >
Wrap
Text File
|
1994-08-01
|
212b
|
9 lines
/*
* a mono-colored 16x16 disk
*/
static unsigned short cur_sdisk[] =
{
0x07c0, 0x1ff0, 0x3ff8, 0x7ffc, 0x7ffc, 0xfffe, 0xfffe, 0xfffe,
0xfffe, 0xfffe, 0x7ffc, 0x7ffc, 0x3ff8, 0x1ff0, 0x07c0, 0x0000
};